Dashboard Temp Share Shortlinks Frames API

huxn-webdev - HTMLify profile

files of /huxn-webdev/HTML-CSS-JavaScript-100-Projects/27. Lazy Loading/

app.js /huxn-webdev/HTML-CSS-JavaScript-100-Projects/27. Lazy Loading/app.js
8 Views
0 Comments
const loadText = document.querySelector(".loading-text");
const background = document.querySelector(".background");

let load =
index.html /huxn-webdev/HTML-CSS-JavaScript-100-Projects/27. Lazy Loading/index.html
19 Views
0 Comments
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta nam
style.css /huxn-webdev/HTML-CSS-JavaScript-100-Projects/27. Lazy Loading/style.css
14 Views
0 Comments
* {
box-sizing: border-box;
}

body {
font-family: sans-serif;
display: flex;
flex-direction: column;